home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr08 / batsh151.zip / SAMPLE7.BSH < prev   
Text File  |  1995-02-12  |  429b  |  20 lines

  1. ;  1.5 $CLOSE option / loop with parameters
  2. set $HELP=
  3. icon exclamation
  4. rem global settings before jumping to 'continue'
  5. if %1==CO goto continue
  6. set $CLOSE=batsh.exe sample7.bsh CO
  7. label close me
  8. waitclose 30 close me
  9. :continue
  10. rem the label uses calculator written in lower case 
  11. label calculator is disabled
  12. :loop
  13. if window Calc quit Calc
  14. waitopen Calc
  15. quit Calc
  16. rem allow time for closing
  17. wait 2
  18. goto loop
  19.  
  20.